home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1990: Discy Business / Discy Business.hdv / DEV.CD / GUIDED.TOURS / IIC.PLUS.TOUR / PRESENTING / MONITOR.TXT < prev    next >
Encoding:
Text File  |  1988-04-16  |  2.0 KB  |  55 lines  |  [04] ASCII Text (0x0000)

  1. %r 13 e
  2.  
  3. Some programs for Apple II computers
  4.  
  5. display 40 letters across the screen.
  6.  
  7. (We call this 40 columns.)  You're
  8.  
  9. looking at such a display right now.
  10. %w
  11. %r 13 e
  12.  
  13. Other programs need to display more
  14. text on the screen. The computer lets
  15. these programs display 80 columns of
  16. text across the screen.
  17.  
  18. Press RETURN to see an 80-column
  19. display.  NOTE: It may look blurry and
  20. out of focus.  We'll explain why in
  21. a moment.
  22. %s 1 1
  23. %w
  24.              Here is a display using the 80-column text capability.
  25.  
  26.                Please press RETURN when you finish reading this.
  27. %w
  28. %r 13 e
  29. An 80-column display doesn't show up
  30.  
  31. clearly on a normal television.  It
  32.  
  33. doesn't hurt the television; it just
  34.  
  35. looks fuzzy.   To see 80 columns
  36.  
  37. clearly, you need a display device
  38.  
  39. known as a monitor.
  40. %w
  41. %r 13 e
  42.  
  43. Actually, a monitor is really nothing
  44. more than a television without a
  45. receiver (so you can't pick up any
  46. old reruns) and a slightly different
  47. picture tube (so that 80 columns
  48. appear clearly).
  49.  
  50.  
  51. Press RETURN to return to the menu.
  52. %s 1 1
  53. %w
  54. %end